home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / cloth.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  285 b   |  16 lines

  1. on exitFrame
  2.   global mode
  3.   if rollOver(24) then
  4.     go(the frame)
  5.   else
  6.     if rollOver(20) or rollOver(21) then
  7.       go(the frame - 2)
  8.     else
  9.       puppetSprite(24, 0)
  10.       puppetSprite(25, 0)
  11.       go("start")
  12.       set the keyDownScript to "checkkey"
  13.     end if
  14.   end if
  15. end
  16.